<%include file="_head.html"/>
<%include file="_sidebar.html" />

ARTICLES %if mode == 'view': 新しい記事の追加 %else: 一覧に戻る %endif


<%include file="articles_list.html"/>


%for i in range(1,6):
画像 FILE UPLOAD
アップロードした画像を削除する場合はチェックしてください。 画像代替えテキスト %if article_img[ 'article_img%s_file' % i ][0] : <% t = '
%s
' % ( web.ctx.host , site_img['article_img%s_file' % i ][1] , img_alt.get('article_img%s_alt'%i) ) %> 画像タグ
${ t| h }
%endif

%endfor

<%include file="_footer.html" />